Skip to main content

DeepSeek-R1

Demonstration Environment

Development Board : Jetson Orin series motherboard

warning

Due to performance limitations, the Jetson Orin Nano 4GB requires the reduced-parameter version

DeepSeek-R1 is an open-source Large Language Model (LLM) designed by DeepSeek for understanding and generating code.

1. Model Size

ModelSize
deepseek-r1:1.5b1.1GB
deepseek-r1:7b4.7GB
deepseek-r1:8b5.2GB

2. Performance

Screenshot

3. Using DeepSeek-R1

3.1 Running DeepSeek-R1

Use the run command to start running the R model. If the model is not downloaded, the model from the Ollama model library will be automatically downloaded:

ollama run deepseek-r1

Screenshot

3.2 Starting a Conversation

How many minutes are there in a day?

Response time depends on your hardware configuration, so please be patient!

Screenshot

3.3 Ending the Conversation

Use the Ctrl+d shortcut or /bye to end the conversation!

References

Ollama

Official Website: https://ollama.com/

GitHub: https://github.com/ollama/ollama

DeepSeek-R1

Ollama Model: https://ollama.com/library/deepseek-r1

GitHub: https://github.com/deepseek-ai/DeepSeek-r1